gdk: Remove GdkWindowImpl->clear_region
authorBenjamin Otte <otte@redhat.com>
Sun, 15 Aug 2010 01:16:20 +0000 (03:16 +0200)
committerBenjamin Otte <otte@redhat.com>
Sun, 26 Sep 2010 13:03:00 +0000 (15:03 +0200)
commit547e2cc837c8aa92e35bbb5e856a9436f9bcbab4
treeea5c70b2907e3d4d31cec0f2a3f9996a6acd21bf
parent3d98537c2e94f51b68718cd8efba66ecd4d0ffb7
gdk: Remove GdkWindowImpl->clear_region

It was only used on the X11 backend and is easier to implement locally,
in particular when we want to allow backgrounds that X can't handle.
gdk/gdkwindow.c
gdk/gdkwindowimpl.h
gdk/x11/gdkwindow-x11.c